www.gusucode.com > VC++ 模拟超市POS机-源码程序 > VC++ 模拟超市POS机-源码程序/code/POS机/ExchangBase.cpp

    //Download by http://www.NewXing.com
// ExchangBase.cpp: implementation of the ExchangBase class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "ExchangBase.h"

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

ExchangBase::ExchangBase()
{

}

ExchangBase::~ExchangBase()
{

}